CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - banker algorithm

搜索资源列表

  1. BBankerra

    0下载:
  2. 银行家算法 采用CSHARP编程 开发环境VS2005 朋友友们可以参考一下 主要核心算法大同小异 其他语言的也可以参考下 -CSHARP the programmed development environment VS2005 friend faithful banker algorithm can refer to the core algorithm can also refer to the following much the same in other languages
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:432741
    • 提供者:slim
  1. banker

    0下载:
  2. 这是一个用C++实现银行家算法的程序 程序比较简单-This is a banker with a C++, the program process is relatively simple algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1259
    • 提供者:CAKE同学
  1. M-bankers-algo

    0下载:
  2. Banker algorithm implementation in Java , extract the rar file, source code in pdf format
  3. 所属分类:source in ebook

    • 发布日期:2017-12-08
    • 文件大小:13506
    • 提供者:speedracers
  1. BankerAlgorithm

    0下载:
  2. 此为自己编写的银行家算法,用于操作系统的实验,经调试无误。结构清晰,分块合理,可供大家参考。-This is to write your own banker algorithm for experimental operating system, after commissioning correct. Clear structure, reasonable block available for reference.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:7762
    • 提供者:杨健
  1. The-bankers-algorithm

    0下载:
  2. The banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:2511
    • 提供者:hwl
  1. banker

    0下载:
  2. 通过算法,实现进程间有限资源的安全分配,避免死锁的产生,利用银行家的算法实现.-Algorithm to achieve security allocation of limited resources in the process, to avoid deadlock generation of bankers algorithm.
  3. 所属分类:File Formats

    • 发布日期:2017-11-13
    • 文件大小:5735
    • 提供者:彦成
  1. 1

    0下载:
  2. 简介   银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。   要解释银行家算法,必须先解释操作系统安全状态和不安全状态。   安全序列是指一个进程序列{P1,…,Pn}是安全的,即对于每一个进程Pi(1≤i≤n),它以后尚需要的资源量不超过系统当前剩余
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:2184
    • 提供者:zhaoyawen
  1. banker

    0下载:
  2. 用C++将银行家算法实现!简单通俗易懂!-The use C++ bankers algorithm! Simple and easy to understand!
  3. 所属分类:assembly language

    • 发布日期:2017-12-10
    • 文件大小:1300
    • 提供者:xhb
  1. banker

    0下载:
  2. 银行家算法Java语言实现,符合计算机操作系统原理书籍上的要求,请放心下载使用。-Bankers algorithm Java realization, in line with the principle of computer operating system on the books of the request, please feel free to download to use.
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:1886
    • 提供者:coolcgp
  1. caozuoxitong

    0下载:
  2. 操作系统课程设计,银行家算法和页面置换算法,Java,有图形界面,自己做的,可以参考一下啊-Courses on operating system design, banker algorithm and page replacement algorithm, Java, graphical interface, you do, you can refer to, ah
  3. 所属分类:Applet

    • 发布日期:2017-11-27
    • 文件大小:21455
    • 提供者:liujungeng
  1. banker

    0下载:
  2. 银行家算法,通过C++实现银行家算法避免死锁。-Bankers algorithm, C++ achieve bankers algorithm to avoid deadlock.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-10
    • 文件大小:1858
    • 提供者:cai
  1. bankers

    0下载:
  2. 代码是操作系统中银行家算法的简单实现。通过简单的c语言控制台程序让人理解银行家算法的计算过程。-Simple implementation of the code is the the banker algorithm in the operating system. Through a simple console program c language people understand the banker' s algorithm calculation process.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-18
    • 文件大小:1895
    • 提供者:kangkang
  1. yin-hang-jia-suan-fa

    0下载:
  2. 用c语言模拟了操作系统中银行家算法,包含了详细的代码。 -C language to simulate the banker algorithm, the operating system contains a detailed code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:235994
    • 提供者:liuyangbiao
  1. Banker-s-algorithm

    0下载:
  2. 银行家算法实现Banker s algorithm-Banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:1835
    • 提供者:肖传林
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法,解决死锁的问题!在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-The banker algorithm, solve the deadlock problem! Avoid deadlock method allows the dynamic process to apply resources, but the
  3. 所属分类:Project Manage

    • 发布日期:2017-11-17
    • 文件大小:382174
    • 提供者:于锴
  1. Bankers

    0下载:
  2. 这个代码模拟出了操作系统在避免死锁时所采用的banker算法。para.txt中给出了示例参数(CPU数量、资源种类、每种资源的数量,以及各个任务所申请的资源种类和数量)。-This project simulates the Banker algorithm, which is widely used by all kinds of operating system (OS) to avoid dead lock. The para.txt is a sample scr ipt for th
  3. 所属分类:OS Develop

    • 发布日期:2017-11-16
    • 文件大小:5535
    • 提供者:Zhang
  1. BankWw

    0下载:
  2. 操作系统银行家算法的实现,我试过了,可以使用,请放心-Banker algorithm realization of the operating system, I tried, you can use, please rest assured
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:179700
    • 提供者:ww
  1. banker

    0下载:
  2. 银行家算法,可用于linux系统,文档中包含源代码-Bankers algorithm can be used Linux system, the document contains the source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:212658
    • 提供者:丛菲
  1. Banker

    0下载:
  2. 这个应用程序演示了如何实现该僵局避免算法,死锁是潜在的问题在任何操作系统。这有助于理解如何植入可以避免死锁:通过跟踪安全的和不安全的状态。实现模拟了死锁避免算法 我们可以分配资源来处理在运行时间和可以看到效果的分配。-This application demonstrates how to implement the deadlock avoiding algorithm, deadlock is a potential problem in any operating system. This
  3. 所属分类:Windows Develop

  1. Bankers-algorithm

    0下载:
  2. 死锁避免----银行家算法的模拟实现,掌握银行家算法,了解资源在进程并发执行中的资源分配策略。-Deadlock avoidance---- bankers algorithm simulation, master the banker' s algorithm, and resources in the process of concurrent implementation of resource allocation strategies.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1572
    • 提供者:vity
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 28 »
搜珍网 www.dssz.com